Relational operator definitions

Search

Relational operator

Relational operator logo #21000 In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include numerical equality (e.g., 5 = 5) and inequalities (e.g., 4 ≥ 3). In programming languages that include a distinct boolean data type in their type system, like Java, these opera...
Found on http://en.wikipedia.org/wiki/Relational_operator

relational operator

relational operator logo #22774an infix operator that returns a Boolean value when given non-Boolean operands.
Found on http://www.csci.csusb.edu/dick/cs202/glossary.html
No exact match found.